Update an existing User Role by internal ID.
Specify the user type to which your operations will be restricted.
any
, organization
, client
The id
of the referenced UserRole
.
x >= 1
Updates an existing UserRole
specified by its type
and id
path parameters and according to the request body.
An OrganizationUserRole
is used to provide a specific set of permissions to an organization's user.
OK - The operation completed successfully and there is no response body.